home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / gfx / x11 / x3270_3_2_16.lha / amiga_src / Husk.h < prev    next >
C/C++ Source or Header  |  2007-03-01  |  1KB  |  37 lines

  1. /*
  2.  * Copyright 1996, 1999 by Paul Mattes.
  3.  *  Permission to use, copy, modify, and distribute this software and its
  4.  *  documentation for any purpose and without fee is hereby granted,
  5.  *  provided that the above copyright notice appear in all copies and that
  6.  *  both that copyright notice and this permission notice appear in
  7.  *  supporting documentation.
  8.  */
  9.  
  10. /*
  11.  * Husk.h
  12.  *    Husk Widget (subclass of CompositeClass)
  13.  */
  14.  
  15. /* Parameters:
  16.  
  17.  Name             Class        RepType        Default Value
  18.  ----             -----        -------        -------------
  19.  background         Background        Pixel        XtDefaultBackground
  20.  border             BorderColor    Pixel        XtDefaultForeground
  21.  borderWidth         BorderWidth    Dimension    1
  22.  destroyCallback     Callback        Pointer        NULL
  23.  height             Height        Dimension    0
  24.  mappedWhenManaged   MappedWhenManaged    Boolean        True
  25.  width             Width        Dimension    0
  26.  x             Position        Position    0
  27.  y             Position        Position    0
  28.  
  29. */
  30.  
  31. /* Class record constants */
  32.  
  33. extern WidgetClass huskWidgetClass;
  34.  
  35. typedef struct _HuskClassRec *HuskWidgetClass;
  36. typedef struct _HuskRec      *HuskWidget;
  37.